home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 December / PCWDEC07.iso / Software / Shareware / HTMLPad Pro 2007 8.1 / htmlpad8.exe / {app} / templates / CSS / Scrollbars.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2005-10-05  |  332 b   |  11 lines

  1. body {
  2.   /* Scrollbar styles are supported by Internet Explorer only  */
  3.   scrollbar-arrow-color: #333399;
  4.   scrollbar-face-color: #FFCC00;
  5.   scrollbar-highlight-color: #FFFF99;
  6.   scrollbar-3dlight-color: #333399;
  7.   scrollbar-shadow-color: #333399;
  8.   scrollbar-darkshadow-color: black;
  9.   scrollbar-track-color: #333399;
  10. }
  11.